home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / LET_IT_RIDE.SWF / scripts / DefineButton2_19 / BUTTONCONDACTION on(press).as
Text File  |  2002-05-07  |  90b  |  8 lines

  1. on(press){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("geek");
  5.       play();
  6.    }
  7. }
  8.